home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / speedy3.arc / SPEEDY3.DOC < prev   
Encoding:
Text File  |  1986-01-25  |  1.4 KB  |  27 lines

  1. Program:  SPEEDY3.COM
  2. Version:  3.01
  3. Author:   CHARLES M DAYTON
  4. Date:     1/23/86
  5.  
  6. SPEEDY3 is designed to increase the display speed of MSDOS 2.x (and higher) 
  7. programs running on the Victor 9000 and the IBM PC.  Not all programs will 
  8. increase in speed, only those that make use of MSDOS functions 2 (display 
  9. character), 6 (direct console I/O) and 9 (display string) will benefit.  
  10. SPEEDY3 requires no memory, it achieves the increased performance by 
  11. re-coding a section of MSDOS.  There are only two switches that can be used 
  12. with this program:
  13.  
  14.      /H     -  switch to HIGH speed display,
  15.      /L     -  return to normal MSDOS display speed.
  16.  
  17. one of which MUST ALWAYS be used when invoking the program.
  18.  
  19. Typically you can put the line - SPEEDY3 /H - in your AUTOEXEC.BAT file and
  20. never worry about changing "speeds".  The only time it is necessary to use
  21. SPEEDY /L is if you plan to use the MSDOS command CTTY.  CTTY allows you to
  22. redirect your console I/O (keyboard and screen) to a serial port.  Although
  23. SPEEDY will not interfer with the redirection, it will keep MSDOS from 
  24. properly seeing ^S (pause), ^C (break) and ^P (printer echo) requests from
  25. the serial port.  The standard MSDOS file redirections (<file and >file) are 
  26. supported in the High speed as is file piping (file | file).
  27.